SingleOverlayIndicatorBase<T> Class Members
The following tables list the members exposed by SingleOverlayIndicatorBase<T>.
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AltStyle | Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AxisX | Gets or sets the x-axis for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AxisY | Gets or sets the y-axis for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Binding | Gets or sets the name of the property that contains Y values for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BindingX | Gets or sets the name of the property that contains X values for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CssClass | Gets or sets the series CSS class. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | InterpolateNulls | Gets or sets a value that determines whether to interpolate null values in the data. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ItemFormatter | Gets or sets the itemFormatter client-side function name for specific series (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ItemsSource | Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Name | Gets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientRendered | Occurs when series is rendered. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientRendering | Occurs when series is rendering. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Period | Gets or sets the period for the calculation as an integer value. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Style | Gets or sets the series style. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SymbolSize | Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SymbolStyle | Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TooltipContent | Sets or Gets the tooltip content for specific chart series (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Visibility | Gets or sets an enumerated value indicating whether and where the series appears. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
Top